.flexbox {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.flexbox-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flexbox-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flexbox-between {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flexbox-end {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.borderbox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
footer {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #293344;
}
footer #footer {
  margin: 0 auto;
  width: 1280px;
}
footer .footer_bar {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 0.5rem;
  margin-bottom: 0.2rem;
  color: #fff;
  font-size: 14px;
  min-width: 1280px;
}
footer .footer_bar .f_left {
  width: 310px;
  padding-right: 15px;
}
footer .footer_bar .f_left .logo {
  width: 130px;
  height: 32px;
  margin-bottom: 9px;
}
footer .footer_bar .f_left .f-logo-text {
  font-size: 14px;
  font-weight: 700;
  color: #adadad;
  letter-spacing: 2.52px;
  cursor: pointer;
}
footer .footer_bar .f_left .f-logo-text:hover {
  opacity: 0.8;
}
footer .footer_bar .f_left .third-party {
  margin-bottom: 0.26rem;
}
footer .footer_bar .f_left .third-party a {
  display: inline-block;
  margin-right: 30px;
}
footer .footer_bar .f_left .third-party a.weibo {
  width: 20px;
  height: 16px;
  background: url('/static_browser/home/image/public/weibo-1.png') no-repeat;
  background-size: contain;
}
footer .footer_bar .f_left .third-party a.email {
  width: 18px;
  height: 11px;
  background: url('/static_browser/home/image/public/email-1.png') no-repeat;
  background-size: contain;
}
footer .footer_bar .f_left .third-party a:hover {
  opacity: 0.8;
}
footer .footer_bar .f_left .qr_wrap {
  display: flex;
  margin-top: 44px;
}
footer .footer_bar .f_left .qr_wrap .qr_bar {
  margin-right: 0.3rem;
}
footer .footer_bar .f_left .qr_wrap .qr_bar:last-child {
  margin-right: 0;
}
footer .footer_bar .f_left .qr_wrap .qr_bar img {
  display: block;
  width: 95px;
  height: 95px;
}
footer .footer_bar .f_left .qr_wrap .qr_bar .text {
  font-size: 0.14rem;
  color: #ADADAD;
  text-align: center;
  margin-top: 0.05rem;
}
footer .footer_bar .f_left .web_bar {
  display: flex;
}
footer .footer_bar .f_left .web_bar .web_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.48rem;
  height: 0.48rem;
  background: #9da6bc;
  border-radius: 50%;
  margin-right: 0.16rem;
}
footer .footer_bar .f_left .web_bar .web_item .icon_img {
  width: 0.24rem;
}
footer .footer_bar .f_left .web_bar .web_item .code {
  position: absolute;
  left: 50%;
  top: -1.35rem;
  margin-left: -0.65rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  display: none;
}
footer .footer_bar .f_left .web_bar .web_item .code img {
  width: 100%;
  height: 100%;
}
footer .footer_bar .f_left .web_bar .web_item .code .triangle {
  position: absolute;
  bottom: -0.08rem;
  left: 50%;
  margin-left: -0.05rem;
  width: 0;
  height: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-top: 0.1rem solid #fff;
}
footer .footer_bar .f_left .web_bar .web_item:hover .code {
  display: block;
}
footer .footer_bar .f_left .web_bar .sent-icon {
  cursor: pointer;
  position: relative;
  margin-right: 0.16rem;
}
footer .footer_bar .f_left .web_bar .sent-icon i {
  font-size: 0.56rem;
  border-radius: 50%;
  color: #6E7792;
}
footer .footer_bar .f_left .web_bar .sent-icon:hover i {
  background-color: #fff;
}
footer .footer_bar .f_left .web_bar .sent-icon:hover.foot-weibo-icon i {
  color: #E12644;
}
footer .footer_bar .f_left .web_bar .sent-icon:hover.foot-weixin-icon i {
  color: #50B674;
}
footer .footer_bar .f_left .web_bar .sent-icon:hover.foot-qq-icon i,
footer .footer_bar .f_left .web_bar .sent-icon:hover.foot-email-icon i {
  color: #30A5DD;
}
footer .footer_bar .f_left .web_bar .sent-icon .code {
  position: absolute;
  left: 50%;
  top: -1.35rem;
  margin-left: -0.65rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  display: none;
}
footer .footer_bar .f_left .web_bar .sent-icon .code img {
  width: 100%;
  height: 100%;
}
footer .footer_bar .f_left .web_bar .sent-icon .code .triangle {
  position: absolute;
  bottom: -0.08rem;
  left: 50%;
  margin-left: -0.05rem;
  width: 0;
  height: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-top: 0.1rem solid #fff;
}
footer .footer_bar .f_left .web_bar .foot-weibo-icon:hover .code {
  display: block;
}
footer .footer_bar .f_left .web_bar .foot-weixin-icon:hover .code {
  display: block;
}
footer .footer_bar .r_middle {
  width: 595px;
  padding-right: 20px;
}
footer .footer_bar .r_middle .main_cont {
  display: flex;
  justify-content: space-between;
}
footer .footer_bar .r_middle .main_cont .cont_item {
  width: 1.5rem;
}
footer .footer_bar .r_middle .main_cont .cont_item:last-of-type {
  margin-right: 0;
}
footer .footer_bar .r_middle .main_cont .cont_item .item_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.15rem;
}
footer .footer_bar .r_middle .main_cont .cont_item .item_des {
  display: block;
  color: #C6C6C6;
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
  white-space: nowrap;
}
footer .footer_bar .r_middle .main_cont .cont_item .item_des:hover {
  color: #fff;
}
footer .footer_bar .r_right {
  width: 375px;
}
footer .footer_bar .r_right .r_title {
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.16rem;
}
footer .footer_bar .r_right .basic_info .info_item {
  margin-bottom: 0.07rem;
}
footer .footer_bar .r_right .basic_info .info_item .item_des {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #c6c6c6;
  margin-bottom: 8px;
}
footer .footer_bar .r_right .basic_info .info_item span {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
footer .footer_bar .r_right .qq_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 337px;
  height: 34px;
  background: #303B4C;
  border-radius: 4px;
  color: #3B86F2;
  font-size: 14px;
  margin-top: 0.18rem;
}
footer .footer_bar .r_right .qq_btn:hover {
  opacity: 0.8;
}
footer .footer_bar .r_right .qq_btn img {
  width: 14px;
  height: 16px;
  margin-right: 5px;
}
footer .footer_bar .f_right {
  display: flex;
  padding: 0.1rem 0;
}
footer .footer_bar .f_right .main_cont {
  display: flex;
}
footer .footer_bar .f_right .main_cont .cont_item {
  margin-right: 1.2rem;
}
footer .footer_bar .f_right .main_cont .cont_item:last-of-type {
  margin-right: 0;
}
footer .footer_bar .f_right .main_cont .cont_item .item_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
footer .footer_bar .f_right .main_cont .cont_item .item_des {
  display: block;
  color: #adadad;
  margin-bottom: 0.2rem;
  white-space: nowrap;
}
footer .footer_bar .f_right .main_cont .cont_item .item_des:hover {
  color: #fff;
}
footer .footer_bar .f_right .qr_bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 0.94rem;
}
footer .footer_bar .f_right .qr_bar img {
  width: 1.29rem;
  height: 1.29rem;
  margin-bottom: 0.09rem;
}
footer .footer_bar .f_right .qr_bar div {
  color: #adadad;
}
footer .footer_bar .qq-btn-group {
  width: 224px;
  height: 34px;
  background: rgba(133, 133, 134, 0.2);
  border-radius: 4px;
  margin-top: 22px;
}
footer .footer_bar .qq-btn-group:hover {
  opacity: 0.8;
}
footer .footer_bar .qq-btn-group .qq {
  display: block;
  width: 14px;
  height: 16px;
  margin-right: 5px;
}
footer .footer_bar .qq-btn-group .qq-btn {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #ffffff;
}
footer .friendly {
  border-top: 1px solid #333E51;
}
footer .friendly ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.08rem 0;
}
footer .friendly ul li {
  padding: 0.12rem 0;
  font-size: 14px;
  color: #fff;
  margin-right: 0.3rem;
}
footer .friendly ul li a {
  color: #C6C6C6;
}
footer .friendly ul li a:hover {
  opacity: 0.8;
}
footer .company-logo {
  height: 50px;
}
footer .company-logo .qingguo-logo {
  display: block;
  width: 129px;
  height: 30px;
}
footer .company-logo .division {
  width: 2px;
  height: 25px;
  background: #303e53;
  margin: 0 12px;
}
footer .company-logo .feikua-logo {
  display: block;
  width: 124px;
  height: 30px;
}
footer .records_bar {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  border-top: 1px solid #333E51;
  box-sizing: content-box;
  flex-wrap: wrap;
}
footer .records_bar .footer-link {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 4px 12px;
  color: #fff;
}
footer .records_bar .friend_link {
  padding-top: 16px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
footer .records_bar .friend_link .link-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1;
}
footer .records_bar .friend_link .item {
  padding: 4px 12px;
}
footer .records_bar .friend_link .item a {
  font-size: 14px;
  color: #C6C6C6;
}
footer .records_bar .friend_link .item a:hover {
  color: #fff;
}
footer .records_bar .slogan {
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #858586;
  margin-top: 20px;
  margin-bottom: 14px;
}
footer .records_bar img {
  width: 16px;
  height: 18px;
}
.sm-footer {
  background: #243445;
}
.sm-footer .nav-wrap {
  position: relative;
}
.sm-footer .nav-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 200%;
  height: 1px;
  background: rgba(221, 223, 231, 0.2);
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}
.sm-footer .nav-wrap .title {
  font-size: 0.24rem;
  color: #C6C6C6;
  padding: 0.16rem 0.18rem 0 0.18rem;
}
.sm-footer .nav-wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sm-footer .nav-wrap ul li a {
  display: inline-block;
  padding: 0.3rem 0.18rem;
  font-size: 0.24rem;
  color: #fff;
}
.sm-footer .qr-code {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 0.48rem;
  padding-bottom: 0.32rem;
  position: relative;
}
.sm-footer .qr-code::after {
  content: "";
  display: block;
  position: absolute;
  left: -50%;
  bottom: 0;
  width: 200%;
  height: 1px;
  background: rgba(221, 223, 231, 0.2);
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}
.sm-footer .qr-code img {
  width: 2.62rem;
  height: 2.62rem;
}
.sm-footer .qr-code p {
  color: #ADADAD;
  font-size: 0.24rem;
  padding-top: 0.22rem;
}
.sm-footer .records-wrap {
  padding: 0.2rem 0.24rem;
}
.sm-footer .records-wrap p {
  font-size: 0.22rem;
  line-height: 1.78em;
  color: #fff;
}
.sm-footer .records-wrap p img {
  width: 0.22rem;
  height: 0.24rem;
}
.sm-footer .records-wrap p.no-icon {
  padding-left: 0.28rem;
}
#sider {
  --transitionDelay: 0.4s;
  --bgColor: linear-gradient(180deg, #4fe8e7, #0088fa 100%);
  padding-right: 12px;
  position: fixed;
  z-index: 1023;
  right: 0;
  bottom: calc(90px + 72px);
  padding-bottom: 90px;
}
#sider .sider_menu::after,
#sider .sider_tip > span {
  font-size: 12px;
}
#sider .sider_menus {
  background-image: var(--bgColor);
  border-radius: 6px;
  border: 1px solid #ffffff;
  width: 68px;
  border-radius: 50px;
  padding: 12px 0;
}
#sider .sider_menus .sider_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  cursor: pointer;
  position: relative;
}
#sider .sider_menus .sider_menu::before {
  content: '';
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
}
#sider .sider_menus .sider_menu::after {
  content: attr(label);
  margin-top: 4px;
  color: #fff;
}
#sider .sider_menus .sider_menu:not(:nth-child(1)) {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}
#sider .sider_menus .sider_menu[type=top] {
  padding: 8px 0;
}
#sider .sider_menus .sider_menu .sider_tip {
  position: absolute;
  opacity: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  border-radius: 6px;
  top: 50%;
  transform: translateY(-50%) scale(0.001);
  box-shadow: 0px 0px 20px 8px rgba(202, 215, 211, 0.3);
  transition: all var(--transitionDelay);
  cursor: default;
  white-space: nowrap;
}
#sider .sider_menus .sider_menu .sider_tip::after {
  content: '';
  border: 6px solid transparent;
  border-left-color: #fff;
  left: calc(100% - 1px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#sider .sider_menus .sider_menu .sider_tip::before {
  width: 16px;
  height: 100%;
  right: -12px;
  content: '';
  position: absolute;
  top: 0;
}
#sider .sider_menus .sider_menu .sider_tip:has(.exclusive_outer)::after {
  display: none;
}
#sider .sider_menus .sider_menu:hover .sider_tip {
  opacity: 1;
  right: calc(100% + 10px);
  transform: translateY(-50%) scale(1);
}
#sider .sider_menus .sider_menu[type=tel] .sider_tip {
  padding: 13px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
#sider .sider_menus .sider_menu[type=qrcode] .sider_tip {
  padding: 14px 6px 6px;
}
#sider .sider_menus .sider_menu[type=qrcode] .sider_tip span {
  color: #989898;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 6px;
}
#sider .sider_menus .sider_menu[type=qrcode] .sider_tip img {
  width: 124px;
  height: 124px;
}
#sider .sider_logo {
  width: 100%;
  height: 88px;
  object-fit: contain;
  object-position: center;
  position: relative;
  margin-bottom: -24px;
}
#sider .sider_news {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-60%);
}
#sider .service_outer {
  position: relative;
}
#sider .service_outer .service_title {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 32px;
  left: 32px;
}
#sider .service_outer .service_main {
  background: linear-gradient(180deg, #bcebff 0%, #e2f6ff 100%);
  border-radius: 8px;
  display: flex;
  padding-top: 18px;
}
#sider .service_outer .service_line {
  width: 1px;
  background-color: #D8DBE3;
  margin-top: 42px;
  margin-bottom: 24px;
}
#sider .service_outer .service_presale,
#sider .service_outer .service_support {
  flex: 1;
  padding: 0 24px 14px;
}
#sider .service_outer .service_presale .div_h-1,
#sider .service_outer .service_support .div_h-1 {
  font-size: 14px;
  font-weight: 600;
  margin: 6px 6px 16px;
}
#sider .service_outer .service_presale .div_h-1 {
  margin-left: 8px;
  margin-bottom: 8px;
}
#sider .service_outer .service_presale .service_presale_group {
  display: flex;
  flex-wrap: wrap;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
  transition: all 0.4s;
  position: relative;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item > a {
  display: flex;
  align-items: center;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item > a > img {
  display: block;
  margin-right: 6px;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item:hover {
  background-color: #ECF1F7;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item:hover .service_presale_contact {
  max-height: 92px;
  padding: 12px;
  opacity: 1;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item > img {
  display: block;
  margin-right: 6px;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item span {
  font-size: 14px;
  color: #858586;
  overflow: hidden;
  text-overflow: ellipsis;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item:nth-child(2n-1) .service_presale_contact {
  left: 0;
  border-top-left-radius: 0;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item:nth-child(2n) .service_presale_contact {
  right: 0;
  border-top-right-radius: 0;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item .service_presale_contact {
  pointer-events: none;
  position: absolute;
  top: 100%;
  padding: 0 12px;
  background-color: #ECF1F7;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item .service_presale_contact img {
  width: 68px;
  height: 68px;
  margin-right: 12px;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item .service_presale_contact p {
  font-size: 14px;
  color: #858586;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item .service_presale_contact p:nth-child(1) {
  margin-bottom: 6px;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item .service_presale_contact .service_presale_tel {
  font-size: 14px;
  transition: color 0.4s;
  cursor: pointer;
  margin-top: 6px;
}
#sider .service_outer .service_presale .service_presale_group .service_presale_item .service_presale_contact .service_presale_tel:hover {
  color: #0088FA;
}
#sider .service_outer .service_support .div_h-1 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
}
#sider .service_outer .service_support .service_support_qrcode {
  display: flex;
  align-items: center;
}
#sider .service_outer .service_support .service_support_qrcode img {
  width: 80px;
}
#sider .service_outer .service_support .service_support_qrcode span {
  color: #858586;
  font-size: 14px;
  display: flex;
}
#sider .service_outer .service_support .service_support_qrcode span::before {
  content: '';
  display: block;
  border: 6px solid transparent;
  border-right-color: #C6C6C6;
  width: 0;
  height: 0;
  margin-right: 4px;
  margin-top: 4px;
}
#sider .service_outer .service_support .service_support_phone {
  border: 1px solid #0088FA;
  background-color: #EEF8FF;
  color: #0088FA;
  line-height: 28px;
  text-align: center;
  border-radius: 14px;
  font-size: 14px;
  margin-top: 16px;
  display: block;
}
#sider .service_outer .service_support .service_support_link_group {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
#sider .service_outer .service_support .service_support_link_group a {
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: all 0.4s;
  line-height: 18px;
  gap: 6px;
  color: #0088FA;
  background-color: #fff;
  width: 160px;
  height: 34px;
  justify-content: center;
  border-radius: 4px;
}
#sider .service_outer .service_support .service_support_link_group a svg path {
  transition: all 0.4s;
}
#sider .service_outer .service_support .service_support_link_group a:hover {
  color: #fff;
  background-color: #0088FA;
}
#sider .service_outer .service_support .service_support_link_group a:hover svg path {
  fill: #fff;
}
#sider .exclusive_outer {
  display: flex;
}
#sider .exclusive_outer .exclusive_qrcode {
  width: 256px;
  height: 256px;
  background-image: url(../../image/footer/exclusive_bg.png);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#sider .exclusive_outer .exclusive_qrcode img {
  width: 158px;
  height: 158px;
}
#sider .exclusive_outer .exclusive_qrcode span {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  left: 0;
  bottom: 0;
}
#sider .exclusive_outer .exclusive_main {
  padding: 24px;
  background-color: #fff;
}
#sider .exclusive_outer .exclusive_main .div_h-1 {
  font-size: 16px;
}
#sider .exclusive_outer .exclusive_main a.exclusive_service:hover {
  background-color: #f0fafe;
}
#sider .exclusive_outer .exclusive_main .exclusive_service {
  margin-top: 12px;
  padding: 12px 16px;
  background-color: #F7FBFE;
  transition: all 0.4s;
  display: flex;
  min-width: 218px;
}
#sider .exclusive_outer .exclusive_main .exclusive_service img {
  margin-right: 16px;
}
#sider .exclusive_outer .exclusive_main .exclusive_service h2 {
  font-size: 14px;
  font-weight: bold;
}
#sider .exclusive_outer .exclusive_main .exclusive_service h3 {
  color: #858586;
  font-size: 14px;
}
#sider .exclusive_outer .exclusive_main .exclusive_link_group {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-left: 36px;
}
#sider .exclusive_outer .exclusive_main .exclusive_link_group a {
  display: flex;
  align-items: center;
  line-height: 18px;
  font-size: 14px;
  transition: opacity 0.4s;
  color: #0088FA;
}
#sider .exclusive_outer .exclusive_main .exclusive_link_group a img {
  margin-right: 4px;
  width: 16px;
}
#sider .exclusive_outer .exclusive_main .exclusive_link_group a:hover {
  opacity: 0.85;
}
#sider .plug-in {
  width: 82px;
  display: flex;
  justify-content: center;
  position: absolute;
  transition: all 0.15s;
  cursor: pointer;
  bottom: 0;
  left: 50%;
  transform: translateX(-60%);
}
#sider .plug-in .icon {
  display: block;
  width: 82px;
  height: 68px;
  background: url('/static_browser/home/image/public/plug-in-icon.png') no-repeat;
  background-size: contain;
}
#sider .plug-in:hover {
  opacity: 0.85;
}
